body{
    width: 1021px;
}

.header{
    height: 90px;
    background-color: #ecf0f8;
}
.logo{
    width: 300px;
    float: left;
}

.nav{
    width: 721px;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav li a{
    line-height: 90px;
    font-size: 14px;
    padding: 0 8px;
}

.nav li.action{
    background-color: #f87012;
}

.nav li.action a{
    color: #fff;
}

.work{
    height: 280px;
    margin-top: 30px;
    padding-left: 35px;
    /*padding-top: 150px;*/
    background: url("/img-new/bj.png") left no-repeat;
}

.work-con-left{
    margin-top: 45px;
    border-top: 1px solid #c6c5c5;
    border-bottom: 1px solid #c6c5c5;
    padding-top: 25px;
    padding-bottom:9px ;
    width: 200px;
    float: left;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
}

.work-con-left li{
    width: 193px;
    height: 33px;
    background-image: url("/img-new/tb.png");
    background-repeat: no-repeat;
    margin-bottom: 8px;
    text-align: center;

}

.work-con-right{
    padding-top: 45px;
    float: right;
    padding-left: 20px;

}

.work-con-right .work-con-right-con{
    background-image: url("/img-new/icon.png");
    background-repeat: no-repeat;
    width: 160px;
    height: 280px;
}

.work-link{
    padding-left: 80px;
    height: 200px;
    display: flex;
    flex-direction: column;
    line-height: 47px;
}

.work-link a{
    color: #114375;
    font-weight: bold;
    font-size: 14px;
}

.search{
    display: flex;
    flex-direction: row;
}

.search input{
    display: block;
    float: left;
    width: 100px;
    height: 22px;
    padding: 3px 5px;
    background: #e9e9e9;
    border: 1px solid #b4b2b2;
    margin-right: 2px;
}

.search button{
    display: block;
    float: left;
    width: 45px;
    height: 30px;
    padding:6px;
    background: #e9e9e9;
    border: 1px solid #b4b2b2;
    color: #000;
    line-height: 18px;
}

.tr{
    background-image: url("/img-new/tr.png");
}

.work-con-left li a{
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}


.work-con-center{
    margin-top: 45px;
    border-top: 1px solid #c6c5c5;
    border-bottom: 1px solid #c6c5c5;
    padding-top: 25px;
    padding-bottom: 4px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.work-con-center li{
    line-height: 30px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}

.work-con-center li a{
    width: 450px;

    /*display: block;*/
    text-overflow: ellipsis;
}

.work-con-center li span{
    /*display: block;*/
    width: 85px;
    background:#eee;
    padding:0 10px;
    color: #cacaca;
}

.work-con-center li span.more{
    display: block;
    float: right;
    width: 80px;
    background:#eee;
    padding:0 10px;
    color: #cacaca;
    text-align: center;
}


.special {
    margin-top: 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.special dt{
    width: 294px;
    overflow: hidden;
    font-size: 14px;
}

.special dt .sy{
    background: url("/img-new/13.png") no-repeat;
    height: 73px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 73px;
}
.sy a{color: #fff;}

.special dt .dc{
    background: url("/img-new/19.png") no-repeat;
    height: 73px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 73px;
}
.dc a{color: #fff;}

.special dt{
    border: 1px solid #e6e6e6;
}
.special dt .yy{
    background: url("/img-new/21.png") no-repeat;
    height: 73px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 73px;
}
.yy a{color: #fff;}

.layui-tab{
    margin: 0;
}
.layui-tab-title .layui-this{
    background: #0270bd;
    color: #fff;
}

.layui-tab-title .layui-this:after{
    border: none;
}

.layui-tab-bar{
    display: none;
}

.layui-tab-title li{
    min-width: 35px;
    padding: 0 10px;
}
.layui-tab-content{

}

.atlas{
    clear: both;
    margin: 20px 0;
    height: 310px;
}

.atlas-icon {
    height: 40px;
    text-align: center;
}

.atlas .swiper-container {
    height: 300px;
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 4px 1px;
    z-index: 1;
}

.swiper-container-atlas .swiper-button-next,.swiper-container-atlas .swiper-button-prev{
    top:40%;
}


.atlas .swiper-slide {
    margin: -1px;
    border: 1px solid #e6e6e6;
    width: 216px;
	margin-right: 5px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.atlas .swiper-slide img{
    width: 212px;
}

.atlas .swiper-slide a{
    padding:8px 10px;
    text-align: left;
    color: #797979;
    font-size: 13px;
}


.policy{
    margin-top: 50px;
}

.policy .policy-left{
    width: 511px;
    height: 197px;
    float: left;
    background: url("/img-new/37.png") no-repeat;
}

.policy .policy-left .policy-left-data{
    text-align: center;
    width: 300px;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 197px;
}

.policy .policy-left .policy-left-lii{
    float: right;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.policy .policy-left .policy-left-lii li {
    width: 211px;
    font-size: 18px;
    color: #fff;
    height: 64px;
    margin-bottom: 2px;
    /*background-color: #fff;*/
    /*opacity: .5;*/
    line-height: 64px;
    /*z-index: 200;*/
}
  .policy-left-lii li a{ 
     color: #fff;
 }

  .policy-left-lii li:hover{ 
     background-color: #01a5f0;
     filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;
 }


.policy .policy-right{
    width: 510px;
    height: 167px;
    float: right;
    background-color: #01a5f0;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 15px 0;
}

.policy .policy-right li{
    width: 90%;
    padding-left: 10%;
    text-align: left;
    line-height: 24px;
    color: #fff;
}

.policy .policy-right li a {
    color: #fff;
}

.links{
    height: 187px;
    background-color: #dfdfdf;
}

.links .links-left{
    width: 20%;
    float: left;
    font-size: 24px;
    font-weight: bolder;
    line-height: 187px;
    text-align: center;
}
.links .links-center{
    width: 10%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.links .links-center li{
    padding:0 10px;
    margin-bottom: 2px;
    height: 45px;
    line-height: 45px;
    background: #c8c8c8;
    color: #4d5054;
}

.links .links-right{
    padding:20px 0;
    width: 70%;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.links .links-right li{
    display: flex;
    flex-direction: column;
    color: #4d5054;
    line-height: 24px;
}

.footer{
    
	background: url("/img-new/ditu.jpg") no-repeat;
    height: 270px;
}

.footer .footer-top {
    height: 180px;
    padding: 15px 0; 
}

.footer .footer-top .top-left{
    width: 40%;
    float: left;
    height: 100%;
}

.footer .footer-top .top-left img{
    display: block;
    float: right;
    margin-top: 10%;
    margin-right: 20px;
}

.footer .footer-top .top-right{
    width: 48%;
    float: right;
    padding-left: 1%;
}

.footer .footer-top .top-right dt{
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.footer .footer-top .top-right dd{
    color: #fff;
    line-height: 23px;
}

.footer .copyright{
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.copyright a{color: #fff;}
.information{
    clear: both;
    margin: 20px 0;
    height: 240px;
}

.information .swiper-container {
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.information .swiper-slide {
    border: none;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 240px;
}
.information .swiper-slide .swiper-slide-con{
    width: 345px;
    height: 240px;
}

.swiper-slide-con-t{
    height: 10%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 5% 0 0 5%;
}

.swiper-slide-con-c{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 160px;
    font-weight: bold;
    vertical-align: center;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
}

.layui-tab-title li{
    color:#0270bd;
}

.elegant{
    clear: both;
    margin: 20px 0;
    height: 350px;
}

.elegant .swiper-container {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.elegant-con{
    width: 240px;
    height: 120px;
    border:1px solid #eee;
    margin-bottom: 10px;
}

.elegant .swiper-slide {
    border: none;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 250px;
}

.elegnat-con-name{
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #4994b8;
}

.elegnat-con-logo{
    border: 1px solid #eee;
    width: 210px;
    height: 100px;
}

.elegnat-con-logo img {
    width: 210px;
    height: 100px;
}

.elegant .swiper-container-elegant .swiper-button-next:after,.elegant .swiper-container-elegant .swiper-button-prev:after{
    color: #1E9FFF;
}

.policy-left-lii li:hover,.links-center li:hover{
    cursor: pointer;
}

.elegant .arrow-left img{
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
}
.elegant .arrow-right img{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
}
.arrow-left {
    background: url(/img-new/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.arrow-right {
    background: url(/img-new/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
